home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 081-090 / amok84 / reqtools_2.1d / glue.lha / Glue / Dice / src / rtScreenToFrontSafely.asm < prev    next >
Assembly Source File  |  1992-06-10  |  160b  |  16 lines

  1.  
  2.     INCLUDE    "ReqTools.i"
  3.  
  4.     XDEF    _rtScreenToFrontSafely
  5.  
  6. _rtScreenToFrontSafely:
  7.  
  8.     move.l    a6,-(a7)
  9.     RTB
  10.     move.l    8(a7),a0
  11.     jsr    -138(a6)
  12.     move.l    (a7)+,a6
  13.     rts
  14.  
  15.     END
  16.